home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2002 April
/
Disc 2
/
PCUSER0402D2.iso
/
software
/
utils
/
files
/
wincron.exe
/
data1.cab
/
Sample_Scripts
/
batch_file_test.tg
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-10-20
|
286 b
|
21 lines
## batch_file_test
# test the various ways to launch a batch file
{
-name batch_file_test
-start
-stop
# test1
-command mybat test1
# test2
-command cmd /c mybat test2
#test3
-command -detach cmd /c mybat test3
#test4
-command -detach mybat test4
}